home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / dev / misc / BackbonUpd.lha / ReadMe < prev    next >
Text File  |  1997-12-28  |  6KB  |  167 lines

  1. Short: V1.13 GUI Game Creator -FIXED AGAIN-
  2. Uploader: malcolm.murray@virgin.net (Alastair Murray)
  3. Author: malcolm.murray@virgin.net (Alastair Murray)
  4. Type: dev/misc
  5. Replaces: dev/misc/Backbone1.Lha
  6.  
  7. Backbone
  8. --------
  9.  
  10. Requires 2 Archives - Backbone1 and Backbone2
  11.  
  12. V1.14
  13. -----
  14. Fixed a couple of stupid bugs. Particularly to do with painting level
  15. blocks.... whoops!
  16.  
  17. V1.13
  18. -----
  19. Added tutorial for how to create example 1.
  20. Fixed Auto Grab bug for getting the size of the player and objects.
  21. Changed the way variables works so there should be less crashes and you
  22. should be able to have larger map sizes with no problems.
  23. File Requestors remember where they were last at.
  24. Fiddles with the level editor a bit to make it less sensitive.
  25.  
  26. V1.12 and V1.11 and V1.10
  27. -------------------------
  28. Fixed another Image Ed bug. Fixed a few File Req things. Fixed a NEW
  29. Project bug. Fixed an Edit Level bug.
  30. Added AUTO option on the player's width and height bit. This will look at
  31. your still frame defined for the player and work out a suitable width and
  32. height for it. Also added this option for the baddie's heights and widths.
  33. Added the option for different music for each level. In the level editor
  34. you will have the option of selecting music. The general "Game Music" in
  35. the details menu has now gone.
  36. Updated the example files because they were earlier versions and were
  37. causing all sorts of problems.
  38. Fixed another stupid File Req bug.
  39. Added Danger Level on blocks. Blocks can either 1.Hurt You on Contact
  40. 2.Kill You on Contact 3.Hurt You when Falling on them 4=Kill you when
  41. Falling on them.
  42. Added No. of Still frames option so that the player can constantly go
  43. through an animation when not moving.
  44. Added test for write protected Temp directorys so that CD-ROM version go
  45. OK.
  46. Adjusted Example 3 to use the steam as a "danger block"
  47.  
  48. V1.09
  49. -----
  50. Fixed stupid Image Editor bug.
  51. Added a check to ensure you don't lose any blocks when saving a project.
  52.  
  53. V1.08
  54. -----
  55. Fixed problem with Map Sizes being incorrect in a game.
  56. Added loads of Tool Types: See @{"Tool Types" link tooltypes} for details.
  57. Reducing these values will help stop crashes.
  58.  
  59. V1.07
  60. -----
  61. IRC channel. Go to #backbone on irc.demon.co.uk OR irc.bt.net for help on
  62. Backbone. Obviously there's not always someone there but keep trying!
  63. Fixed Image Editor bug. Fixed Save Game bug. Reorganised the game code to
  64. help with incompatability problems.
  65. Added a new tooltype. EVENTS sets the maximum number of events allowed in a
  66. level. 30 is the default. Be warned that if you change this value, games
  67. may run funny if you don't keep it constant each time you edit it!
  68.  
  69. V1.06
  70. -----
  71. Most crashing bugs appear to be gone! If people still have trouble with the
  72. iconify option (I think it's to do with PAL/NTSC) then use the AMIGA+A
  73. option for now. Its far from perfect because the OS will go very slow using
  74. this and you won't be able to run the games at the same time as Backbone.
  75. Baddies can now jump! Added jumping/falling images for the baddies too.
  76. Added Chasing Baddies of all kinds, jumping, flying etc.
  77. Fixed a bug to do with dieing baddies staying in mid air and one to do with
  78. flying baddies getting stuck in blocks.
  79. Added the SIGHT option into chasing baddies so they can either only see the
  80. player when he's in view OR see him anywhere on the map.
  81. Changed the level editor to give seperate menus for Objects and Events.
  82. Added Events, walking over specific blocks will activate the event which
  83. can be: 1.Teleporting the player, 2.Creating a new object, 3=Removing an
  84. object, 4=Playing a scene, 5=Changing a block.
  85. Events can be either activated when the player presses SPACE or
  86. automatically.
  87. Fixed bugs that prevented some games from working with Full Optimisation.
  88. Added Score to Panel.
  89. Changed example2 to include some of the new features.
  90. Added a new tooltype. Lockout=No means that you CAN use AMIGA+A to flick
  91. between Backbone and the Workbench.
  92.  
  93. V1.05
  94. -----
  95. Fiddles with various things to improve compatability.
  96. Removed bug to do with bouncing off baddies into a solid wall (I think)
  97. Made an option for "Ghost" Baddies where they can walk through walls.
  98. Changed the Iconify option back to how it was before V1.01 as I just found
  99. out it doesn't let you run you programs at the same time as Backbone <sigh>
  100. Renamed Backbone.Library To Bone.Library (for important reasons I assure
  101. you), removed AMOS.Library as you don't need it any more.
  102. Also removed the GUI drawer as it is not needed either.
  103.  
  104. V1.04
  105. -----
  106. Removed bug to do with map sizes. Added the ability to flick between
  107. workbench and backbone using AMIGA+A to help the people who had problems
  108. with the iconify option. Fiddled with one or two other things.
  109.  
  110. V1.03
  111. -----
  112. Reduced memory consumption by a further 150k. Fiddled with a few things in
  113. the hope of making it more compatable. Added two new tooltypes, X=200 and
  114. Y=200. These set the maximum sizes of the levels in blocks.
  115. If you are having troubles with crashes then try reducing these values.
  116. It is not recommended that you do not exceed 200. Values of 80-120 are
  117. usually enough.
  118.  
  119. V1.02
  120. -----
  121. Fixed a bug to do with shooting enemies. Fixed a bug to do with loading
  122. projects. Added a NTSC/PAL mode in the tooltypes of both games and
  123. Backbone.
  124.  
  125. V1.01
  126. -----
  127. A couple of things fixed. Now uses 300k less memory which should help stop
  128. a few crashes. Also changed the iconify option as some people had problems
  129. with it and I wasn't happy either.
  130.  
  131. ---
  132.  
  133. A game creation system that requires no programming knowledge at all.
  134. Capable of creating various types of games including:
  135. Side Viewed (such as Mario Bros)
  136. Above Viewed (such as Chaos Engine)
  137. Both Space type and Platform type.
  138. You simple create the graphics (or use the examples supplied) and set the
  139. various options (speed of player, placement of enemies etc.)
  140.  
  141. First release so it needs some Beta Testers!!!
  142.  
  143. Quite powerful and will continue to be improved as long as I get some
  144. feedback!!!
  145.  
  146. E-mail me at: malcolm.murray@virgin.net
  147.     or  : pmymagm@pmn1.maths.nott.ac.uk
  148.  
  149. Lots more stuff at my Web Page: http://freespace.virgin.net/malcolm.murray/
  150.  
  151.  
  152.                 System Requirements and other details
  153.                 -------------------------------------
  154. A reasonable amount of memory and some hard drive space.
  155.  
  156. You may also need the following librarys in LIBS: (e-mail if there is
  157. a problem)
  158. arp
  159. backbone (included)
  160. diskfont
  161. easylife (included)
  162. explode (included)
  163. mathieeedoubas
  164. mathtrans
  165. powerpacker (maybe not though)
  166. reqtools
  167.